home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
t3_1
/
tman.lha
/
tman
/
manual.tex
/
node69_mn.html
< prev
next >
Wrap
Text File
|
1988-10-28
|
735b
|
26 lines
<H1><A ID="SECTION001420000000000000000">
Defining structure types</A>
</H1>
<P>
The <#12015#><TT>DEFINE-STRUCTURE-TYPE</TT><#12015#> macro is a convenient way to define a new structure type and its
associated constructor, predicator, and component selectors.
<#12016#><TT>DEFINE-STRUCTURE-TYPE</TT><#12016#> is a macro defined in terms of <#12017#><TT>MAKE-STYPE</TT><#12017#> and
the other low-level routines described in the next section. One may
want to define one's own interface to these routines, one that
initializes the components when a new instance is constructed, for
example.
<P>
<A ID="12202"><tex2html_anchor_invisible_mark></A>
<#12233#><#12233#>
Special form
<P>
<BR>
<tex2html_image_mark>#inset12021#
<BR>
<P>